Thank you for your feedback! You have rated this topic in the last 30 days.
addDragCancelHandler Method
Attaches an event listener to the DragCancel event of a Infragistics.Web.UI.DragDropBehavior.
Syntax
ASP.NET Ajax Javascript (Specification)
function addDragCancelHandler(
handler : Function
) : (Any);
ASP.NET Ajax Javascript (Usage)
var resultVar = instanceOfDragDropEvents.addDragCancelHandler(Function);
Parameters
handler
The function that should be called when the event is fired.
Remarks
Fired when a drag operation is canceled. This can happen if the dragged element is released while not over a target element, the escape key is pressed, or a developer calls the endDrag method off of the DragDropManager with a parameter of true. The EventArgs are of type: Infragistics.Web.UI.DragDropEventArgs.